Skip to content

Conversation

Blei
Copy link
Contributor

@Blei Blei commented Jun 11, 2013

No description provided.

Blei added 3 commits June 11, 2013 11:44
* Don't return early, so logging is not skipped
* Remove one allocation
* Indent the match statement correctly
@Blei
Copy link
Contributor Author

Blei commented Jun 11, 2013

Again looks like an unrelated failure in the rustpkg tests. cf. #6945, #7035

bors added a commit that referenced this pull request Jun 11, 2013
@bors bors closed this Jun 11, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2021
Remove powi, "square can be computed more efficiently"

powi(2) produces exactly the same native code as x * x
powi was part of the [`suboptimal_flops`] lint

fixes rust-lang#7058
changelog: Remove powi [`suboptimal_flops`], "square can be computed more efficiently"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants